Phone

data class Phone(val type: NavigationSpec.Phone.Type, val phoneNumber: String) : NavigationSpec

Opens up the Phone screen

Parameters

type

The Phone.Type of phone screen to show

phoneNumber

The phone number to dial

Constructors

Link copied to clipboard
constructor(type: NavigationSpec.Phone.Type, phoneNumber: String)

Types

Link copied to clipboard
sealed class Type

Type of Phone Screen to open

Properties

Link copied to clipboard
Link copied to clipboard